home *** CD-ROM | disk | FTP | other *** search
- /*
- GEMovie.h
-
- Graphic Elements QuickTime movie test
-
- Copyright 1995 by Al Evans. All rights reserved.
-
- 5/11/95
-
- */
-
- #ifdef applec
- #ifndef __cplusplus
- #ifndef PRELOAD
- #pragma load "::ToolKit.precompile"
- #define PRELOAD
- #endif
- #endif
- #endif
-
- #ifndef GRAPHELEMENTS
- #include "GraphElements.h"
- #endif
-
- //Movie plane
-
- #define moviePlane 399
-
- //Movie ID
- #define movieID 'MoVi'
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- Boolean LoadQTMovieScene(GEWorldPtr world);
-
- void PlayGEMovie(GEWorldPtr world, Boolean playIt);
-
- #ifdef __cplusplus
- }
- #endif
-